-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable zarr backend testing in data tests [1] #1056
Conversation
@CodyCBakerPhD OK, we got the point were the failures are actually related to zarr, check out the video test failure: https://github.com/catalystneuro/neuroconv/actions/runs/10744684959/job/29802201096?pr=1056 Does it ring any bell? I will dig into it but is a windows only error so it will have to wait a bit for me. |
Note for myself to also add the documentation: |
Don't believe I've seen this one myself, but from the message the path to the Zarr array (file): https://github.com/catalystneuro/neuroconv/actions/runs/10744684959/job/29802201096?pr=1056#step:31:3426 is not a valid Windows path (should have replaced the |
@CodyCBakerPhD The cause of the Windows error is here: |
@CodyCBakerPhD this is ready to go. |
Coolio |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1056 +/- ##
==========================================
+ Coverage 90.32% 90.40% +0.08%
==========================================
Files 129 129
Lines 7996 8029 +33
==========================================
+ Hits 7222 7259 +37
+ Misses 774 770 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This enables zarr testing for running conversions with backend specified as a string (still missing the building a backend configuration part)
It also makes some metadata checks proper tests on their own which has two advantages: